sqlite check if table exists

28

CREATE TABLE IF NOT EXISTS table_name (table_definition);

Comments

Submit
0 Comments